home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / print / allofit.exe / PPDS.EXE / QMSCS230.PPD < prev   
PostScript Printer Description  |  1992-09-09  |  14KB  |  409 lines

  1. *PPD-Adobe: "4.0"
  2. *% QMS Inc. PostScript(R) Printer Description File
  3.  
  4. *FormatVersion: "4.0"
  5. *FileVersion: "2.0"
  6. *PCFileName: "oscar4.ppd"
  7. *LanguageVersion: English
  8. *Product: "(QMS ColorScript 230)"
  9. *PSVersion: "(2011.22) 10"
  10. *ModelName: "QMS ColorScript 230"
  11. *NickName: "QMS ColorScript 230 v2011.22"
  12.  
  13. *% General Information and Defaults ===============
  14.  
  15. *FreeVM: "700000"
  16. *LanguageLevel: "2"
  17. *ColorDevice: True
  18. *DefaultColorSpace: CMYK
  19. *VariablePaperSize: False
  20. *FileSystem: True
  21. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  22. *Throughput: "1"
  23.  
  24. *Password: "0"
  25.  
  26. *ExitServer: "
  27.   count 0 eq {  % is the password on the stack?
  28.     true 
  29.   }{
  30.     dup    % potential password
  31.     statusdict begin checkpassword end not 
  32.   } ifelse 
  33.   {  %  if no password or not valid 
  34.     (WARNING : Cannot perform the exitserver command.) = 
  35.     (Password supplied is not valid.) = 
  36.     (Please contact the author of this software.) = flush
  37.     quit 
  38.   } if 
  39.   serverdict begin exitserver
  40. "
  41. *End
  42.  
  43. *Reset: "(WARNING : Cannot reset printer.) = "
  44.  
  45. *OpenUI *ColorRenderDict/Color Rendering Dictionaries: PickOne
  46. *OrderDependency: 50 AnySetup *ColorRenderDict
  47. *DefaultColorRenderDict: 1
  48. *ColorRenderDict 1/Default: "% Use default CRD"    
  49. *ColorRenderDict 2/EfiColor: "/EfiColor /ColorRendering findresource setcolorrendering"    
  50. *ColorRenderDict 3/Colorimetric: "/CMetric /ColorRendering findresource setcolorrendering"    
  51. *ColorRenderDict 4/Display: "/Display /ColorRendering findresource setcolorrendering"    
  52. *CloseUI: *ColorRenderDict
  53.  
  54. *OpenUI *HalftoneType/Halftones: PickOne
  55. *OrderDependency: 50 AnySetup *HalftoneType
  56. *DefaultHalftoneType: 1
  57. *HalftoneType 1/Default:"% Use default halftone "
  58. *HalftoneType 2/Presentation:"/Presentation /Halftone findresource sethalftone "
  59. *HalftoneType 3/PresentationLow/Presentation - 45 LPI:"/PresentationLow /Halftone findresource sethalftone "
  60. *HalftoneType 4/Proofing - 4 color:"/Proofing4Color /Halftone findresource sethalftone "
  61. *HalftoneType 5/Proofing - 3 color:"/Proofing3Color /Halftone findresource sethalftone "
  62. *HalftoneType 6/Traditional 53LPI x (C15,M75,Y45,K45):"/Traditional /Halftone findresource sethalftone "
  63. *HalftoneType 7/Aligned 53LPI x 45:"/53x45 /Halftone findresource sethalftone "
  64. *HalftoneType 8/Aligned 45LPI x 45:"/45x45 /Halftone findresource sethalftone "
  65. *HalftoneType 9/Aligned 60LPI x 54:"/60x54 /Halftone findresource sethalftone "
  66. *CloseUI: *HalftoneType
  67.  
  68. *OpenUI *Setups/Standard setups: PickOne
  69. *OrderDependency: 55 AnySetup *Setups
  70. *DefaultProcset: 1
  71. *Setups 1/None: "% None"    
  72. *Setups 2/EfiColor: "
  73.   /EfiColor /ColorRendering findresource setcolorrendering
  74.   /Proofing4Color /Halftone findresource sethalftone
  75. "
  76. *End
  77. *Setups 3/Standard: "
  78.   /CMetric /ColorRendering findresource setcolorrendering
  79.   /Presentation /Halftone findresource sethalftone
  80. "
  81. *End    
  82. *CloseUI: *Setups
  83.  
  84. *DefaultResolution: 300dpi
  85. *?Resolution: "
  86. save
  87.   initgraphics
  88.   0 0 moveto currentpoint matrix defaultmatrix transform
  89.   0 72 lineto currentpoint matrix defaultmatrix transform
  90.   3 -1 roll sub dup mul
  91.   3 1 roll exch sub dup mul
  92.   add sqrt round cvi
  93.   (          ) cvs print (dpi) = flush
  94. restore
  95. "
  96. *End
  97.  
  98. *% Halftone Information ===============
  99. *ScreenFreq: "53.0"
  100. *ScreenAngle: "45.0"
  101. *DefaultScreenProc: Dot
  102. *ScreenProc Dot: "
  103. { abs exch abs 2 copy add 1 gt
  104.   { 1 sub dup mul exch 1 sub dup mul add 1 sub}
  105.   { dup mul exch dup mul add 1 exch sub}
  106.   ifelse
  107. }
  108. "
  109. *End
  110. *ScreenProc Line: "{ pop }"
  111. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  112.  
  113. *DefaultTransfer: Null
  114. *Transfer Null: "{ }"
  115. *Transfer Null.Inverse: "{ 1 exch sub }"
  116.  
  117. *% Paper Handling ===================
  118.  
  119. *% Use these entries to set paper size most of the time, unless there is
  120. *% specific reason to use PageRegion.
  121.  
  122. *OpenUI *PageSize: PickOne
  123. *OrderDependency: 30 AnySetup *PageSize
  124.  
  125. *DefaultPageSize: Letter
  126. *PageSize Letter/Letter 8 1/2 x 11 in: "statusdict begin lettertray end"
  127. *PageSize Legal/Legal 8 1/2 x 14 in: "statusdict begin legaltray end"
  128. *PageSize Tabloid/Tabloid 11 x 17 in: "statusdict begin 11x17tray end"
  129. *PageSize WB/Super-WB 12.6 x 18.3 in: "statusdict begin wbtray end"
  130. *PageSize A3/A3 297 x 420 mm: "statusdict begin a3tray end"
  131. *PageSize A4/A4 210 x 297 mm: "statusdict begin a4tray end"
  132. *?PageSize: "
  133.  save statusdict begin
  134.   12 dict begin
  135.    /lettertray (Letter) def
  136.    /legaltray (Legal) def
  137.    /11x17tray (Tabloid) def
  138.    /wbtray (WB) def
  139.    /a3tray (A3) def
  140.    /a4tray (A4) def
  141.    papersize {
  142.      {load exec} stopped not{= flush}if
  143.    }{
  144.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  145.    }ifelse
  146.   end
  147.  end restore
  148. "
  149. *End
  150. *CloseUI: *PageSize
  151.  
  152.  
  153. *% These entries will set up the frame buffer. Usually used with manual feed.
  154.  
  155. *OpenUI *PageRegion: PickOne
  156. *OrderDependency: 40 AnySetup *PageRegion
  157.  
  158. *DefaultPageRegion: Letter
  159. *PageRegion Letter/Letter 8 1/2 x 11 in: "letter"
  160. *PageRegion Legal/Legal 8 1/2 x 14 in: "legal"
  161. *PageRegion Tabloid/Tabloid 11 x 17 in: "11x17"
  162. *PageRegion WB/Super-WB 12.6 x 18.3 in: "wb"
  163. *PageRegion A3/A3 297 x 420 mm: "a3"
  164. *PageRegion A4/A4 210 x 297 mm: "a4"
  165. *CloseUI: *PageRegion
  166.  
  167.  
  168. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  169. *% These errors should be trapped by software and a message displayed
  170. *DefaultPaperTray: None
  171. *PaperTray Letter/Letter 8 1/2 x 11 in: "statusdict begin lettertray end"
  172. *PaperTray Legal/Legal 8 1/2 x 14 in: "statusdict begin legaltray end"
  173. *PaperTray Tabloid/Tabloid 11 x 17 in: "statusdict begin 11x17tray end"
  174. *PaperTray WB/Super-WB 12.6 x 18.3 in: "statusdict begin wbtray end "
  175. *PaperTray A3/A3 297 x 420 mm: "statusdict begin a3tray end"
  176. *PaperTray A4/A4 210 x 297 mm: "statusdict begin a4tray end"
  177. *?PaperTray: "
  178.  save statusdict begin
  179.   20 dict begin
  180.    /lettertray (Letter) def
  181.    /legaltray (Legal) def
  182.    /11x17tray (Tabloid) def
  183.    /wbtray (WB) def
  184.    /a3tray (A3) def
  185.    /a4tray (A4) def
  186.    papersize {
  187.      {load exec} stopped not{= flush}if
  188.    }{
  189.      {load exec} stopped not{print (.Transverse) = flush}if
  190.    }ifelse
  191.   end
  192.  end restore
  193. "
  194. *End
  195.  
  196. *% The following entries provide information about specific paper keywords.
  197. *DefaultImageableArea: Letter
  198. *ImageableArea Letter/Letter 8 1/2 x 11 in: "11 18 592 740 "
  199. *ImageableArea Legal/Legal 8 1/2 x 14 in: "11 18 592 956 "
  200. *ImageableArea Tabloid/Tabloid 11 x 17 in: "11 18 768 1172 "
  201. *ImageableArea WB/Super-WB 12.6 x 18.3 in: " 27 30 853 1267 "
  202. *ImageableArea A3/A3 297 x 420 mm: "11 18 822 1140 "
  203. *ImageableArea A4/A4 210 x 297 mm: "10 17 576 790 "
  204. *?ImageableArea: "
  205.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  206.   newpath clippath pathbbox
  207.   4 -2 roll exch 2 {ceiling cvp} repeat
  208.   exch 2 {floor cvp} repeat flush
  209.  restore
  210. "
  211. *End
  212.  
  213. *% These provide the physical dimensions of the paper (by keyword)
  214. *PaperDimension Letter: "612 792"
  215. *PaperDimension Legal: "612 1008"
  216. *PaperDimension Tabloid: "792 1224"
  217. *PaperDimension WB: "907 1318"
  218. *PaperDimension A3: "842 1190"
  219. *PaperDimension A4: "595 842"
  220.  
  221. *DefaultOutputBin: OnlyOne
  222. *DefaultOutputOrder: Reverse
  223.  
  224. *OpenUI *InputSlot: PickOne
  225. *OrderDependency: 20 AnySetup *InputSlot
  226. *DefaultInputSlot: Cassette
  227. *InputSlot Cassette: ""
  228. *CloseUI: *InputSlot
  229.  
  230. *OpenUI *ManualFeed: Boolean
  231. *OrderDependency: 20 AnySetup *ManualFeed
  232. *DefaultManualFeed: False
  233. *ManualFeed True: "statusdict begin /manualfeed true store end"
  234. *ManualFeed False: "statusdict begin /manualfeed false store end"
  235. *?ManualFeed: "
  236.   statusdict /manualfeed get
  237.   {(True)}{(False)}ifelse = flush"
  238. *End
  239. *CloseUI: *ManualFeed
  240.  
  241. *DefaultCollator: None
  242. *DefaultSorter: None
  243. *DefaultDuplex: None
  244.  
  245. *% Font Information =====================
  246.  
  247. *DefaultFont: Courier
  248. *Font AvantGarde-Book: Standard "(001.006)"
  249. *Font AvantGarde-BookOblique: Standard "(001.006)"
  250. *Font AvantGarde-Demi: Standard "(001.007)"
  251. *Font AvantGarde-DemiOblique: Standard "(001.007)"
  252. *Font Bookman-Demi: Standard "(001.003)"
  253. *Font Bookman-DemiItalic: Standard "(001.003)"
  254. *Font Bookman-Light: Standard "(001.003)"
  255. *Font Bookman-LightItalic: Standard "(001.003)"
  256. *Font Courier: Standard "(002.004)"
  257. *Font Courier-Bold: Standard "(002.004)"
  258. *Font Courier-BoldOblique: Standard "(002.004)"
  259. *Font Courier-Oblique: Standard "(002.004)"
  260. *Font Helvetica: Standard "(001.006)"
  261. *Font Helvetica-Bold: Standard "(001.007)"
  262. *Font Helvetica-BoldOblique: Standard "(001.007)"
  263. *Font Helvetica-Condensed: Standard "(001.001)"
  264. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  265. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  266. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  267. *Font Helvetica-Narrow: Standard "(001.006)"
  268. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  269. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  270. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  271. *Font Helvetica-Oblique: Standard "(001.006)"
  272. *Font NewCenturySchlbk-Bold: Standard "(001.009)"
  273. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007)"
  274. *Font NewCenturySchlbk-Italic: Standard "(001.006)"
  275. *Font NewCenturySchlbk-Roman: Standard "(001.007)"
  276. *Font Palatino-Bold: Standard "(001.005)"
  277. *Font Palatino-BoldItalic: Standard "(001.005)"
  278. *Font Palatino-Italic: Standard "(001.005)"
  279. *Font Palatino-Roman: Standard "(001.005)"
  280. *Font Symbol: Special "(001.007)"
  281. *Font Times-Bold: Standard "(001.007)"
  282. *Font Times-BoldItalic: Standard "(001.009)"
  283. *Font Times-Italic: Standard "(001.007)"
  284. *Font Times-Roman: Standard "(001.007)"
  285. *Font ZapfChancery-MediumItalic: Standard "(001.007)"
  286. *Font ZapfDingbats: Special "(001.004)"
  287. *Font Aachen-Bold: Standard "(001.001)"
  288. *Font BrushScript: Standard "(001.001)"
  289. *Font Cooper-Black: Standard "(001.001)"
  290. *Font CooperBlack-Italic: Standard "(001.001)"
  291. *Font FreestyleScript: Standard "(001.001)"
  292. *Font Garamond-Bold: Standard "(001.001)"
  293. *Font Garamond-BoldItalic: Standard "(001.001)"
  294. *Font Garamond-Light: Standard "(001.001)"
  295. *Font Garamond-LightItalic: Standard "(001.001)"
  296. *Font Helvetica-Black: Standard "(001.001)"
  297. *Font Helvetica-BlackOblique: Standard "(001.001)"
  298. *Font Helvetica-Light: Standard "(001.001)"
  299. *Font Helvetica-LightOblique: Standard "(001.001)"
  300. *Font Hobo: Standard "(001.001)"
  301. *Font LetterGothic: Standard "(001.001)"
  302. *Font LetterGothic-Bold: Standard "(001.001)"
  303. *Font LetterGothic-BoldSlanted: Standard "(001.001)"
  304. *Font LetterGothic-Slanted: Standard "(001.001)"
  305. *Font Optima: Standard "(001.001)"
  306. *Font Optima-Bold: Standard "(001.001)"
  307. *Font Optima-BoldOblique: Standard "(001.001)"
  308. *Font Optima-Oblique: Standard "(001.001)"
  309. *Font ParkAvenue: Standard "(001.001)"
  310. *Font Revue: Standard "(001.001)"
  311. *Font Stencil: Standard "(001.001)"
  312. *Font UniversityRoman: Standard "(001.001)"
  313.  
  314. *?FontQuery: "
  315. save  4 dict begin /sv exch def
  316. /str (fonts/                              ) def
  317. /st2 128 string def
  318. {
  319.   count 0 gt {
  320.     dup st2 cvs (/) print print (:) print
  321.     dup FontDirectory exch known {pop (Yes)}{
  322.      str exch st2 cvs dup length /len exch def
  323.      6 exch putinterval str 0 len 6 add getinterval mark exch
  324.      { } st2 filenameforall counttomark 0 gt {
  325.       cleartomark (Yes)}{cleartomark (No)}ifelse
  326.     }ifelse = flush
  327.   }{ exit } ifelse
  328. } bind loop
  329. (*) = flush
  330. sv end restore
  331. "
  332. *End
  333.  
  334. *?FontList: "
  335. save  2 dict begin /sv exch def
  336. /str 128 string def
  337. FontDirectory { pop == } bind forall flush
  338. /filenameforall where { 
  339.  pop save (fonts/*) { 
  340.   dup length 6 sub 6 exch getinterval cvn == 
  341.  } bind str filenameforall flush restore
  342. } if 
  343. (*) = flush
  344. sv end restore
  345. "
  346. *End
  347.  
  348. *% Printer Messages (verbatim from printer):
  349. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  350. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  351. *Message: "\FontName\ not found, using Courier"
  352.  
  353. *% Status (format: %%[ status: <one of these> ]%% )
  354. *Status: "idle"
  355. *Status: "busy"
  356. *Status: "waiting"
  357. *Status: "printing"
  358. *Status: "warming up"
  359.  
  360. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  361. *Source: "serial25"
  362. *Source: "AppleTalk"
  363. *Source: "Centronics"
  364. *Source: "other"
  365.  
  366. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  367.  
  368. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  369.  
  370. *% Color Separation Information =====================
  371.  
  372. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  373.  
  374. *InkName: ProcessBlack/Process Black
  375. *InkName: CustomColor/Custom Color
  376. *InkName: ProcessCyan/Process Cyan
  377. *InkName: ProcessMagenta/Process Magenta
  378. *InkName: ProcessYellow/Process Yellow
  379.  
  380. *%  For 60 lpi / 300 dpi  ===============================
  381.  
  382. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  383. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  384. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  385. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  386. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  387.  
  388. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  389. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  390. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  391. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  392. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  393.  
  394. *%  For 53 lpi / 300 dpi  ===============================
  395.  
  396. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  397. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  398. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  399. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  400. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  401.  
  402. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  403. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  404. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  405. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  406. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  407.  
  408. *% end of PPD file for Oscar
  409.